object frmAutoLogon: TfrmAutoLogon Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbSettings: TGroupBox Left = 16 Top = 1 Width = 605 Height = 280 Caption = 'gbSettings' TabOrder = 0 object lblUserName: TAxLabel Left = 24 Top = 167 Width = 74 Height = 16 WordWrap = False Transparent = True Caption = 'lblUserName' ShowAccelChar = True end object lblPassword: TAxLabel Left = 24 Top = 199 Width = 70 Height = 16 WordWrap = False Transparent = True Caption = 'lblPassword' ShowAccelChar = True end object lblDomain: TAxLabel Left = 24 Top = 231 Width = 57 Height = 16 WordWrap = False Transparent = True Caption = 'lblDomain' ShowAccelChar = True end object lblSettings: TAxLabel Left = 24 Top = 30 Width = 550 Height = 83 WordWrap = True Transparent = True AutoSize = False Caption = 'lblSettings' ShowAccelChar = True end object cbAutoLogon: TCheckBox Left = 24 Top = 135 Width = 553 Height = 17 Caption = 'cbAutoLogon' TabOrder = 0 OnClick = cbAutoLogonClick end object edUserName: TEdit Left = 128 Top = 164 Width = 450 Height = 24 TabOrder = 1 Text = 'edUserName' OnChange = OnTextChanged end object edPassword: TEdit Left = 128 Top = 196 Width = 450 Height = 24 PasswordChar = '*' TabOrder = 2 Text = 'edPassword' OnChange = OnTextChanged end object edDomain: TEdit Left = 128 Top = 229 Width = 450 Height = 24 TabOrder = 3 Text = 'edDomain' OnChange = OnTextChanged end end end